Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug using regex #2

Open
srirams opened this issue Dec 7, 2014 · 0 comments
Open

bug using regex #2

srirams opened this issue Dec 7, 2014 · 0 comments
Labels

Comments

@srirams
Copy link

srirams commented Dec 7, 2014

Using replace and regex I get the following errors:

Traceback (most recent call last):
File "MainWindow__init__.pyo", line 711, in show_preview
File "MainWindow__init__.pyo", line 1010, in on_preview_button
File "renamer__init__.pyo", line 72, in preview
File "renamer\preview.pyo", line 230, in generate_names
File "renamer\preview.pyo", line 308, in run
File "operations\move.pyo", line 186, in rename_item
File "operations\regExpr.pyo", line 139, in create_regex
NameError: global name 'app' is not defined

Traceback (most recent call last):
File "MainWindow__init__.pyo", line 711, in show_preview
File "MainWindow__init__.pyo", line 1010, in on_preview_button
File "renamer__init__.pyo", line 72, in preview
File "renamer\preview.pyo", line 230, in generate_names
File "renamer\preview.pyo", line 308, in run
File "operations\replace.pyo", line 100, in rename_item
NameError: global name 'app' is not defined

Looks like a missing "import app"...

@ianare ianare added the bug label Jan 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants