Skip to content

Commit

Permalink
improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
WissamAntoun committed Jul 1, 2020
1 parent 1117420 commit 8b4b739
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf renamer/monitor.ps1 → pdf_renamer/monitor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $action = { $path = $Event.SourceEventArgs.FullPath
$changeType = $Event.SourceEventArgs.ChangeType
$logline = "$(Get-Date), $changeType, $path"
Add-content "D:\pdf_log.txt" -value $logline
C:\Users\WISSAM-PC\.conda\envs\thesis\python.exe C:\repos\misc\rename_pdf_files_from_content_title_or_arxiv.py
C:\Users\WISSAM-PC\.conda\envs\thesis\python.exe C:\repos\misc\pdf_renamer\rename_pdf_files_from_content_title_or_arxiv.py
}
### DECIDE WHICH EVENTS SHOULD BE WATCHED
Register-ObjectEvent $watcher "Created" -Action $action
Expand Down
File renamed without changes.

0 comments on commit 8b4b739

Please sign in to comment.